home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / graphic / pbmpl91d.zip / PBMPLUS / MAN / PGMEDGE.MAN < prev    next >
Text File  |  1993-01-08  |  971b  |  67 lines

  1.  
  2.  
  3. pgmedge(1)                 Unix Programmer's Manual                 pgmedge(1)
  4.  
  5.  
  6. NAME
  7.      pgmedge - edge-detect a portable graymap
  8.  
  9. SYNOPSIS
  10.      pgmedge [pgmfile]
  11.               -------
  12.  
  13. DESCRIPTION
  14.      Reads a portable graymap as input.  Outlines  the  edges,  and  writes  a
  15.      portable   graymap   as  output.   Piping  the  result  through  pgmtopbm
  16.      -threshold and playing with the threshold value will give a bitmap of the
  17.      edges.
  18.  
  19.      The edge detection technique used is to take the Pythagorean sum  of  two
  20.      Sobel  gradient  operators at 90 degrees to each other.  For more details
  21.      see "Digital Image Processing" by Gonzalez and Wintz, chapter 7.
  22.  
  23. SEE ALSO
  24.      pgmenhance(1), pgmtopbm(1), pgm(5), pbm(5)
  25.  
  26. AUTHOR
  27.      Copyright (C) 1991 by Jef Poskanzer.
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.  
  65.                               04 February 1990                               1
  66.  
  67.